home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / doc / files / users.doc < prev   
Encoding:
Text File  |  1992-11-19  |  1.9 KB  |  52 lines

  1.  
  2.  
  3.  
  4.  
  5.      USERS(FILES)                                         USERS(FILES)
  6.  
  7.  
  8.  
  9.      NAME
  10.           .../files/users - INGRES user codes and parameters
  11.  
  12.      DESCRIPTION
  13.           This file contains the user information in fields  seperated
  14.           by colons.  The fields are as follows:
  15.           * User name, taken directly from /_e_t_c/_p_a_s_s_w_d file.
  16.           * User code, assigned by the INGRES super-user.  It must  be
  17.               a unique two character code.
  18.           * UNIX  user  id.   This  MUST  match  the  entry   in   the
  19.               /_e_t_c/_p_a_s_s_w_d file.
  20.           * UNIX group id.  Same comment applies.
  21.           * Status word in octal.  Bit values are:
  22.               0000001 creatdb permission
  23.               0000002 permits batch update override
  24.               0000004 permits update of system catalogs
  25.               0000020 can use trace flags
  26.               0000040 can turn off qrymod
  27.               0000100 can use arbitrary proctabs
  28.               0000200 can use the =proctab form
  29.               0100000 ingres superuser
  30.           * A list of flags automatically set for this user.
  31.           * The process table to use for this user.
  32.           * An initialization file to read be read by the  monitor  at
  33.               login time.
  34.           * Unassigned.
  35.           * Comma seperated list of databases.  If this list is  null,
  36.               the  user  may  enter any database.  If it begins with a
  37.               `-', the user may enter any database  except  the  named
  38.               databases.  Otherwise, the user may only enter the named
  39.               databases.
  40.  
  41.           Giving permission to a user to use arbitrary process  tables
  42.           is  tantamount to turning off the protection system for that
  43.           user.
  44.  
  45.      EXAMPLE
  46.           ingres:aa:5:2:177777:-d:=special:/mnt/ingres/.ingres::
  47.           guest:ah:35:1:000000:::::demo,guest
  48.  
  49.      SEE ALSO
  50.           initucode(util)
  51.  
  52.